home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 39 / CD-ROM 39 / CD-ROM 39.iso / COLORDIC / TXT / RESOURCE.TXT < prev    next >
Encoding:
Text File  |  1996-02-05  |  269 b   |  6 lines

  1. Declare Function GetFreeSpace Lib "kernel" (ByVal flag%) As Long
  2. MsgBox Str(GetFreeSystemResources(1))
  3. MsgBox Str(GetFreeSystemResources(2))
  4. MsgBox Str(GetFreeSpace(0))
  5. Declare Function GetFreeSystemResources Lib "User" (ByVal fuSysResource As Integer) As Integer
  6.